From 7233ce3af03c4bf6561686577e3006f1da8ec483 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Sun, 28 Feb 2016 17:16:28 -0600 Subject: [PATCH] Doc improvements for Garmin GPI and Unicsv per 'Proximity Alerts' thread. --- xmldoc/formats/garmin_gpi.xml | 10 ++++++++++ xmldoc/formats/unicsv.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/xmldoc/formats/garmin_gpi.xml b/xmldoc/formats/garmin_gpi.xml index 005e92202..5dae5f4ec 100644 --- a/xmldoc/formats/garmin_gpi.xml +++ b/xmldoc/formats/garmin_gpi.xml @@ -11,6 +11,16 @@ encrypted." means we could basically recognize it as a Garmin GPI file, but it's mangled beyond what we're likely to successfully read. + + If a waypoint name is annotated with a trailing '@'NNN where NNN is + a number, that number will be used as the speed for POI alerts, just + as with Garmin's POI Loader program. The units default to metric kilometers + per hour, but this cn be changed to statute via the units argument. + A speed associated with a specific POI will get precdence over any + 'speed' argument provided. For example, a waypoint named "Point@30" will + associate a speed of 30 km/h with that specific point even if 'speed=40m' + is present in the output arguments. + The layout of GPI files isn't documented and our module was created via reverse engineering. If you get a problem on reading or writing diff --git a/xmldoc/formats/unicsv.xml b/xmldoc/formats/unicsv.xml index 19a23819c..093619af4 100644 --- a/xmldoc/formats/unicsv.xml +++ b/xmldoc/formats/unicsv.xml @@ -51,7 +51,7 @@ power = Cycling power (in Watts) prox = Proximity (in meters). Add "ft" or "feet" for feet. sat = Number of sats used for fix - speed = Speed + speed = Speed, in meters per second. symb = Symbol (icon) name tempf = Temperature (degrees Fahrenheit) temp = Temperature (degrees Celsius) -- 2.30.2